home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d16
/
powerbat.arc
/
DOSEX1.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-09-18
|
1KB
|
28 lines
echo off
cls
echo
echo
echo
echo
echo
echo
echo ┌──────────────────────────────────────────────────┐
echo │Drawing boxes (or frames) around screen displays │
echo │ seems to add a finishing touch to menus, messages│
echo │ or any other information conveyed to the user. │
echo │ │
echo │With a batch file, not only is it time consuming, │
echo │ but painfully slow. Most of the time it simply │
echo │ is not worth the trouble. │
echo │ │
echo │With PowerBatch, you draw your frame with one │
echo │ command. And it is a little faster... │
echo └──────────────────────────────────────────────────┘
echo
echo
echo I hope you have realized by now that this is a standard DOS batch file.
echo
echo
echo
boxdemo1